SftTabs/NET 6.0

ImageList Property, TabClass Class

Softel vdm, Inc.

Defines the ImageList used for the tab image.

Syntax      TabClass Class (Softelvdm.SftTabsNET)

VB   

Public Property ImageList As ImageList

C#   

public ImageList ImageList { get; set; }

C++   

public: property ImageList^ ImageList {
        ImageList^ get();
        void set(ImageList^ value);
}

Property Value

An ImageList that stores the collection of Image objects.

The default value is null/Nothing.

Comments

The ImageList property defines the ImageList used for the tab image.

When the ImageList property is set, the Image property is cleared.

Images based on an ImageList can only be defined at run-time and are not serializable.

The ImageList property is provided for compatibility with earlier releases. The available ImagePartClass should be used instead.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com